home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / dlconfig.ctl < prev    next >
Text File  |  2000-05-12  |  749b  |  26 lines

  1. -- RCSVER $Id: dlconfig.ctl,v 1.8 2000-05-08 15:14:47-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        dlconfig.ctl 
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the dlconfig table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE dlconfig
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     pupdates_dir,
  18.     config_dir,
  19.     probe_dir,
  20.     dl_dir,
  21.     pcopy_dir,
  22.     use_zip
  23. )
  24. begindata
  25. C:\agent\farebox\bin|C:\agent\farebox\working|E:\agent\probing\probe|E:\agent\probing\download|C:\agent\probing\converted|1|
  26.